Add Users to a Role

{ addUsersToRole }

Add users to an existing role.

Method

/API2/access/addUsersToRole

  • API Section: /API2/access
  • API Version: 2.0
  • From Release: 2018.5
  • Method operates via POST actions only.
  • Input Parameters

    Name

    addUsersRoleData

    Object Type

    Description

    An object for defining which suers are attached a role.

    Output Response

    Successful Result Code

    200

    Response Type

    Description of Response Type

    Generic API response object with success or failure flag and related messages.

    Notes

    New roles are empty until users are added to it (see 'createRole'). When using Active Directory as the authentication provider, roles can be comprised of either users or AD groups.